home *** CD-ROM | disk | FTP | other *** search
/ Delphi 2 - Developers' Solutions / Delphi 2 Developers' Solutions.iso / dds / demos / ftl / aschi.txt < prev    next >
Encoding:
Text File  |  1995-09-06  |  795 b   |  21 lines

  1. (Note: The change caused by this menu option is only 
  2. visible by opening another hypertext file or by using 
  3. a jump link to another file.)
  4.  
  5. The "Show Images in Dialog" menu option sets a flag
  6. which is used by the OnAssertShow....Image  
  7. method of the HTDisplayBox component. This method 
  8. is used to override display of images. In this
  9. case, if the flag is true, images are placed in
  10. a dialog box before being displayed in the main
  11. form. (This could be used to abort displaying of
  12. images for security reasons.)
  13.  
  14. (Note: Assert methods normally are used to abort
  15. all further processing of an action, while the
  16. Handle Methods modify the processing. These
  17. two methods can each be overridden in code by
  18. direct assignment for Assert types and virtual
  19. overriding for Handle types.)
  20.  
  21.